calendar: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 00:44:13 +0000 (19:44 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkcalendar.c

index 596119ee93bad19c4df2cf1701e4c61a7146af13..a8c455321edb6b85f14facf6789c90fdd205cdbc 100644 (file)
@@ -53,7 +53,7 @@
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * calendar.view
  * ├── header
  * │   ├── button
@@ -64,7 +64,7 @@
  * │   ╰── button
  * ╰── grid
  *     ╰── label[.day-name][.week-number][.day-number][.other-month][.today]
- * ]|
+ * ```
  *
  * `GtkCalendar` has a main node with name calendar. It contains a subnode
  * called header containing the widgets for switching between years and months.